PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFRadioButtonField Class / getRadiosInUnison Method
In This Topic
    getRadiosInUnison Method
    In This Topic
    Gets a value indicating whether all the widgets the same export value in the same radio button group should be selected.
    Syntax
    public boolean getRadiosInUnison()

    Return Value

    True if a group of radio buttons widgets within a radio button field that use the same export value will turn on and off in unison.
    See Also